FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package cce.fhir.minimal#0.4.0 (78 ms)

Package cce.fhir.minimal
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Operation
Url https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Operation
Version 0.0.1
Status draft
Name Operation
Experimental False
Description Determination of Operation data
Type Procedure
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/CodingOPS Coding-Profil für OPS
https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Condition-PrimaryDiagnosis Primary Diagnosis
https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Pseudonym Patient Pseudonym
https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Organization-Organisation Organisation
https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient Patient
http://fhir.de/ValueSet/bfarm/icd-10-gm ICD10GM ValueSet
https://www.cancercoreeurope.eu/fhir/core/ValueSet/LocalAssessmentResidualTumorVS Local Assessment Residual Tumor VS
https://www.cancercoreeurope.eu/fhir/core/ValueSet/OPOPSVersionVS OPOPS Version VS
https://www.cancercoreeurope.eu/fhir/core/ValueSet/OverallAssessmentResidualTumorVS Overall Assessment Residual Tumor VS
https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTTherapyTypeVS SYST Therapy Type VS
https://www.cancercoreeurope.eu/fhir/core/ValueSet/SurgicalComplicationsVS Surgical Complications VS


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Operation",
  "version" : "0.0.1",
  "name" : "Operation",
  "status" : "draft",
  "description" : "Determination of Operation data",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.category",
        "path" : "Procedure.category",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTTherapyTypeVS"
        }
      },
      {
        "id" : "Procedure.category.coding",
        "path" : "Procedure.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Procedure.category.coding.code",
        "path" : "Procedure.category.coding.code",
        "short" : "OP",
        "definition" : "Indicates whether the Tumor was operated on",
        "min" : 1,
        "fixedCode" : "OP",
        "mapping" : [
          {
            "identity" : "ADT-GEKID",
            "map" : "OP:OP_Date != NULL",
            "comment" : "derive"
          },
          {
            "identity" : "ISO-11179",
            "map" : "urn:dktk:dataelement:33:2"
          }
        ]
      },
      {
        "id" : "Procedure.code.coding",
        "path" : "Procedure.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.code.coding:OPS",
        "path" : "Procedure.code.coding",
        "sliceName" : "OPS",
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://fhir.de/StructureDefinition/CodingOPS"
            ]
          }
        ]
      },
      {
        "id" : "Procedure.code.coding:OPS.version",
        "path" : "Procedure.code.coding.version",
        "binding" : {
          "strength" : "extensible",
          "description" : "OPS-Version",
          "valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/OPOPSVersionVS"
        }
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient",
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Pseudonym"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]",
        "path" : "Procedure.performed[x]",
        "short" : "Date of OP",
        "definition" : "Date of Operation",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "ADT-GEKID",
            "map" : "OP:OP_Date",
            "comment" : "OP:OP_Date"
          },
          {
            "identity" : "ISO-11179",
            "map" : "urn:adt:dataelement:69:1"
          }
        ]
      },
      {
        "id" : "Procedure.performer.actor",
        "path" : "Procedure.performer.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Organization-Organisation"
            ]
          }
        ]
      },
      {
        "id" : "Procedure.reasonReference",
        "path" : "Procedure.reasonReference",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Condition-PrimaryDiagnosis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.outcome.coding",
        "path" : "Procedure.outcome.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.outcome.coding:LocalAssessmentResidualTumor",
        "path" : "Procedure.outcome.coding",
        "sliceName" : "LocalAssessmentResidualTumor",
        "max" : "1",
        "binding" : {
          "strength" : "extensible",
          "description" : "Local Assessment of Residual Tumor",
          "valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/LocalAssessmentResidualTumorVS"
        }
      },
      {
        "id" : "Procedure.outcome.coding:LocalAssessmentResidualTumor.system",
        "path" : "Procedure.outcome.coding.system",
        "min" : 1,
        "fixedUri" : "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/LocalAssessmentResidualTumorCS"
      },
      {
        "id" : "Procedure.outcome.coding:OverallAssessmentResidualTumor",
        "path" : "Procedure.outcome.coding",
        "sliceName" : "OverallAssessmentResidualTumor",
        "binding" : {
          "strength" : "extensible",
          "description" : "OverallAssessment Residualtumor",
          "valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/OverallAssessmentResidualTumorVS"
        }
      },
      {
        "id" : "Procedure.outcome.coding:OverallAssessmentResidualTumor.system",
        "path" : "Procedure.outcome.coding.system",
        "min" : 1,
        "fixedUri" : "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/OverallAssessmentResidualTumorCS"
      },
      {
        "id" : "Procedure.complication",
        "path" : "Procedure.complication",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "ADT-GEKID",
            "map" : "OP:OP_Complications",
            "comment" : "Surgical Complications"
          }
        ]
      },
      {
        "id" : "Procedure.complication:ADT-SurgicalComplications",
        "path" : "Procedure.complication",
        "sliceName" : "ADT-SurgicalComplications",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "Surgical Complications nach ADT/oBDS",
          "valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SurgicalComplicationsVS"
        }
      },
      {
        "id" : "Procedure.complication:ADT-SurgicalComplications.coding.system",
        "path" : "Procedure.complication.coding.system",
        "min" : 1,
        "fixedUri" : "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SurgicalComplicationsCS"
      },
      {
        "id" : "Procedure.complication:ADT-SurgicalComplications.coding.code",
        "path" : "Procedure.complication.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.complication:ICD-10",
        "path" : "Procedure.complication",
        "sliceName" : "ICD-10",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.de/ValueSet/bfarm/icd-10-gm"
        }
      },
      {
        "id" : "Procedure.complication:ICD-10.coding.system",
        "path" : "Procedure.complication.coding.system",
        "min" : 1,
        "fixedUri" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm"
      },
      {
        "id" : "Procedure.complication:ICD-10.coding.code",
        "path" : "Procedure.complication.coding.code",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.